home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / dev / debug / mykesbug.lha / features.txt < prev    next >
Text File  |  1992-01-15  |  1KB  |  34 lines

  1. MykesBug Debugger Version 1.02
  2.  
  3. Differences between 1.01 and 1.02 denoted by '*'.
  4.  
  5. Mykesbug Features:
  6.  
  7.     SAS Level D1 source debugging.  This allows 'C' source debugging
  8.     as well as assembler source debugging (Adapt and Macro68).
  9.  
  10.     Debugger uses zero OS calls during debugging sessions.  This means
  11.     that when the Operating system has crashed, you can still use the
  12.     debugger to do post mortems or otherwise recover without a reboot.
  13.  
  14.     Resident portion of debugger catches gurus when you aren't debugging.
  15.  
  16.     Resident portion of debugger supports infinite (RAM limited) debugging
  17.     contexts.  You can debug as many programs/tasks as you want at the same
  18.     time.
  19.  
  20.     Smart disassembler - knows about library calls.  Uses the current A6
  21.     value to decide which LVO offset is being referenced.
  22.  
  23.     Debugger supports suspending each debugging session to allow you to use
  24.     the OS (i.e. edit, etc.) and then resume the debugging session.
  25.  
  26.     Copper List disassembler
  27.  
  28.     32 user breakpoints
  29.  
  30. *    Intelligent display of ExecBase and Exec lists
  31.  
  32. *    Allows breakpoints in interrupt handlers!!! (not tested, but it should work).
  33.  
  34.